fetchTrackingInfoForGlobalMap
fetchTrackingInfoForGlobalMap
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
appointmentStatusList string[]
Possible values: [PENDING_APPROVAL
, SCHEDULED
, TRIP_IN_PROGRESS
, TECHNICIAN_ARRIVED
, SERVICE_IN_PROGRESS
, SERVICE_COMPLETED
, CANCELLED
, COMPLETED
, DECLINED
]
dealerDepartmentUuidList string[]
dealerUuidList string[]
endDate string
requesterUserUuid string
startDate string
techniciansUuidList string[]
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
dealershipCoordinates object[]
latitude string
longitude string
metaData object
data string
type string
Possible values: [QUERY_LOCATION
, DEALERSHIP_ADDRESS
, APPOINTMENT_LOCATION
]
error object
code string
description string
metadata object
property name* string
globalMapDataList object[]
appointmentUuid string
apptDate string
apptTime string
assignedToUserFirstName string
assignedToUserLastName string
assignedToUserUuid string
customerFirstName string
customerLastName string
customerUuid string
destinationAddress string
destinationLatitude string
destinationLongitude string
lastKnownLocationLatitude string
lastKnownLocationLongitude string
sourceLatitude string
sourceLongitude string
statusCode int32
subscribeChannels string[]
subscribeKey string
warnings object[]
code string
description string
{
"dealershipCoordinates": [
{
"latitude": "string",
"longitude": "string",
"metaData": {
"data": "string",
"type": "QUERY_LOCATION"
}
}
],
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"globalMapDataList": [
{
"appointmentUuid": "string",
"apptDate": "string",
"apptTime": "string",
"assignedToUserFirstName": "string",
"assignedToUserLastName": "string",
"assignedToUserUuid": "string",
"customerFirstName": "string",
"customerLastName": "string",
"customerUuid": "string",
"destinationAddress": "string",
"destinationLatitude": "string",
"destinationLongitude": "string",
"lastKnownLocationLatitude": "string",
"lastKnownLocationLongitude": "string",
"sourceLatitude": "string",
"sourceLongitude": "string"
}
],
"statusCode": 0,
"subscribeChannels": [
"string"
],
"subscribeKey": "string",
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...